cat("# GLOBAL")

GLOBAL

Turns

see the starting point

This is the state of the game at the beginning

print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name
big_grizz D4 1 ravenwing_talonmaster control Vin Diesel
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 3 techmarine control Henry Sanchez
big_grizz D4 4 phobos_librarian control Babyface & L.A. Reid
big_grizz D4 5 tactical_squad control Jason Logan
big_grizz D4 6 tactical_squad control Daniela Watson
big_grizz D4 7 tactical_squad control Hannah Green
big_grizz D4 8 tactical_squad control Kenneth Oconnor
big_grizz D4 9 infiltrators control Isaac Marquez
big_grizz D4 10 ravenwing_bike_squad control Shah Rukh Khan
big_grizz D4 11 ravenwing_attack_bike control Jean Simmons
big_grizz D4 12 ravenwing_attack_bike control Frank Welker
big_grizz D4 13 dreadnought control Laila Salazar
big_grizz D4 14 redemptor_dreadnought control Faith Carr
big_grizz D4 15 invictor_tactical_warsuit control Danger Mouse
big_grizz D4 16 ravenwing_apothecary control Doris Day
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
big_grizz D4 19 vindicare_assassin control Marina A. Ledin, Victor Ledin
big_grizz D4 20 eliminators control Joanna Nickrenz
big_grizz D4 21 eradicators control Eva Zhang
big_grizz D4 22 storm_raven control Bing Crosby
big_grizz D4 23 rhino control Mark Wahlberg
eric G7 1 trazyn_the_infinite control Claire Terry
eric G7 2 illuminor_szeras control Emilia Reynolds
eric G7 3 technomancer control Karl Jaspers
eric G7 4 lychgaurd control Nathan Maldonado
eric G7 5 skorpekh_destroyers control Alan Trujillo
eric G7 6 canoptek_plasmacyte control Mad Warrior
eric G7 7 immortals control Everly Meyer
eric G7 8 canoptek_spyders control Sarkastik Dominator
eric G7 9 canoptek_spyders control Method Specialist
eric G7 10 cryptothralls control Genesis Mendez
eric G7 11 cryptothralls control Patrick Hanson
eric G7 12 canoptek_scarab_swarms control Cary Grant
eric G7 13 canoptek_wraiths control Bob Bergen
eric G7 14 deathmarks control Bertrand Russell
eric G7 15 night_scythe control Lin-Manuel Miranda Powell
eric G7 16 overlord control Aaliyah Doyle
eric G7 17 royal_warden control Bailey Wade
eric G7 18 necron_warriors control Lauren Romero
eric G7 19 immortals control Leo Clarke
eric G7 20 canoptek_scarab_swarms control Midnight Killah
eric G7 21 canoptek_scarab_swarms control Gentlemen Mastermind
eric G7 22 night_scythe control Simon And Garfunkel
eric G7 23 overlord control Carlos Jimenez
eric G7 24 royal_warden control Elijah Carrillo
eric G7 25 immortals control Adam Lin
eric G7 26 necron_warriors control Hunter Freeman
eric G7 27 canoptek_scarab_swarms control Horseface Leader
eric G7 28 canoptek_scarab_swarms control Andy Serkis
chris A5 1 flying_hive_tryant control Norah Jones
chris A5 2 flying_hive_tryant control Hugo Weaving
chris A5 3 broodlord control Larry Butler
chris A5 4 broodlord control Michael Fine
chris A5 5 neurothrope control E-ratic RZA
chris A5 6 tyranid_warriors control Maxwell Paul
chris A5 7 tyranid_warriors control Ryan Evans
chris A5 8 tyranid_warriors control Valeria Gray
chris A5 9 genestealers control Roman Andrews
chris A5 10 genestealers control Emery Becker
chris A5 11 termagants control Anna Foster
chris A5 12 hormagaunts control Cooper Ortega
chris A5 13 ripper_swarms control Giovanni Holt
chris A5 14 ripper_swarms control Robert Nozick
chris A5 15 ripper_swarms control Mila Klein
chris A5 16 hive_guard control Jonah Lopez
chris A5 17 maleceptor control King Chambers
chris A5 18 venomthropes control Madelyn Miranda
chris A5 19 raveners control Anaximenes
chris A5 20 gargoyles control The Commander
chris A5 21 gargoyles control Will Smith
chris A5 22 exocrine control Nora Rogers
chris A5 23 biovores control Layla Walters
chris A5 24 biovores control Xavier Garcia
chris A5 25 tyrannocyte control Jon Favreau Mason

TURN 1

Players change their maps (making orders)

moves

game <- game %>%
  modify_unit("big_grizz", 1,   "move",  c("D3", "C2")) %>%
  modify_unit("big_grizz", c(2, 7, 17, 18),   "control",  "D4") %>%
  modify_unit("big_grizz", c(3, 5:6, 13, 22),   "soar",  c("F5S", "H2S", "H2")) %>% # transport
  modify_unit("big_grizz", c(8, 23),   "move",  c("D3", "C4", "C5")) %>% # transport
  modify_unit("big_grizz", 9,   "move",  "F5") %>%
  modify_unit("big_grizz", c(10:12, 16),   "move",  c("D2", "D1")) %>%
  modify_unit("big_grizz", c(14:15, 19:21),   "move",  "F5") %>%
  modify_unit("eric",      c(1:6, 13:14, 8:11),   "move",  "E7") %>%
  modify_unit("eric",      7,     "control","G7") %>%
  modify_unit("eric",      12,     "move", c("E7", "E5")) %>%
  modify_unit("eric",      15:18,   "soar", c("G8S", "G10S", "I1S", "I3S")) %>% # transport IS THIS LEGAL? do you need to use a move to land?
  modify_unit("eric",      19,   "move","G6") %>%
  modify_unit("eric",      20,   "move", c("E7", "E6")) %>%
  modify_unit("eric",      21,   "move", c("E7", "E4")) %>% 
  modify_unit("eric",      c(22:24, 26),   "soar", c("G8S", "H3S", "H3")) %>% # transport 
  modify_unit("eric",      25,   "move","G8") %>%
  modify_unit("eric",      27,   "move", c("E7", "F4")) %>%
  modify_unit("eric",      28,   "move", c("E7", "F8")) %>% # cool example here of if you got waylaid in E7 you would have strength together
  modify_unit("chris",     c(6, 13),  "move","A2") %>%
  modify_unit("chris",     c(5, 7, 8, 12, 23),  "move","A3") %>%
  modify_unit("chris",     1,  "move","A4") %>%
  modify_unit("chris",     c(10, 14, 24),  "move","A6") %>%
  modify_unit("chris",     c(3, 9, 17, 18, 22),  "move","A7") %>%
  modify_unit("chris",     2,  "move", c("A6", "A8")) %>%
  modify_unit("chris",     19,  "move",c("B7", "B10")) %>%
  modify_unit("chris",     21,  "move", c("B9", "B11")) %>%
  modify_unit("chris",     c(4, 15),  "move","B7") %>%
  modify_unit("chris",     20,  "move", c("A7", "E1")) %>%
  modify_unit("chris",     c(11, 16, 25),  "control","A5") %>%
  reconcile_player_orders()
## All units resolved.

Attempt to reconcile moves.

print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name
chris A2 6 tyranid_warriors move Maxwell Paul
chris A2 13 ripper_swarms move Giovanni Holt
chris A3 5 neurothrope move E-ratic RZA
chris A3 7 tyranid_warriors move Ryan Evans
chris A3 8 tyranid_warriors move Valeria Gray
chris A3 12 hormagaunts move Cooper Ortega
chris A3 23 biovores move Layla Walters
chris A4 1 flying_hive_tryant move Norah Jones
chris A5 11 termagants control Anna Foster
chris A5 16 hive_guard control Jonah Lopez
chris A5 25 tyrannocyte control Jon Favreau Mason
chris A6 10 genestealers move Emery Becker
chris A6 14 ripper_swarms move Robert Nozick
chris A6 24 biovores move Xavier Garcia
chris A7 3 broodlord move Larry Butler
chris A7 9 genestealers move Roman Andrews
chris A7 17 maleceptor move King Chambers
chris A7 18 venomthropes move Madelyn Miranda
chris A7 22 exocrine move Nora Rogers
chris A8 2 flying_hive_tryant move Hugo Weaving
chris B10 19 raveners move Anaximenes
chris B11 21 gargoyles move Will Smith
chris B7 4 broodlord move Michael Fine
chris B7 15 ripper_swarms move Mila Klein
big_grizz C2 1 ravenwing_talonmaster move Vin Diesel
big_grizz C5 8 tactical_squad move Kenneth Oconnor
big_grizz C5 23 rhino move Mark Wahlberg
big_grizz D1 10 ravenwing_bike_squad move Shah Rukh Khan
big_grizz D1 11 ravenwing_attack_bike move Jean Simmons
big_grizz D1 12 ravenwing_attack_bike move Frank Welker
big_grizz D1 16 ravenwing_apothecary move Doris Day
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 4 phobos_librarian control Babyface & L.A. Reid
big_grizz D4 7 tactical_squad control Hannah Green
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
chris E1 20 gargoyles move The Commander
eric E4 21 canoptek_scarab_swarms move Gentlemen Mastermind
eric E5 12 canoptek_scarab_swarms move Cary Grant
eric E6 20 canoptek_scarab_swarms move Midnight Killah
eric E7 1 trazyn_the_infinite move Claire Terry
eric E7 2 illuminor_szeras move Emilia Reynolds
eric E7 3 technomancer move Karl Jaspers
eric E7 4 lychgaurd move Nathan Maldonado
eric E7 5 skorpekh_destroyers move Alan Trujillo
eric E7 6 canoptek_plasmacyte move Mad Warrior
eric E7 8 canoptek_spyders move Sarkastik Dominator
eric E7 9 canoptek_spyders move Method Specialist
eric E7 10 cryptothralls move Genesis Mendez
eric E7 11 cryptothralls move Patrick Hanson
eric E7 13 canoptek_wraiths move Bob Bergen
eric E7 14 deathmarks move Bertrand Russell
eric F4 27 canoptek_scarab_swarms move Horseface Leader
big_grizz F5 9 infiltrators move Isaac Marquez
big_grizz F5 14 redemptor_dreadnought move Faith Carr
big_grizz F5 15 invictor_tactical_warsuit move Danger Mouse
big_grizz F5 19 vindicare_assassin move Marina A. Ledin, Victor Ledin
big_grizz F5 20 eliminators move Joanna Nickrenz
big_grizz F5 21 eradicators move Eva Zhang
eric F8 28 canoptek_scarab_swarms move Andy Serkis
eric G6 19 immortals move Leo Clarke
eric G7 7 immortals control Everly Meyer
eric G8 25 immortals move Adam Lin
big_grizz H2 3 techmarine soar Henry Sanchez
big_grizz H2 5 tactical_squad soar Jason Logan
big_grizz H2 6 tactical_squad soar Daniela Watson
big_grizz H2 13 dreadnought soar Laila Salazar
big_grizz H2 22 storm_raven soar Bing Crosby
eric H3 22 night_scythe soar Simon And Garfunkel
eric H3 23 overlord soar Carlos Jimenez
eric H3 24 royal_warden soar Elijah Carrillo
eric H3 26 necron_warriors soar Hunter Freeman
eric I3S 15 night_scythe soar Lin-Manuel Miranda Powell
eric I3S 16 overlord soar Aaliyah Doyle
eric I3S 17 royal_warden soar Bailey Wade
eric I3S 18 necron_warriors soar Lauren Romero

TURN 2

Players change their maps (making orders)

moves

game <- game %>%
  modify_unit("big_grizz", 1,   "move",  c("C1", "B4")) %>%
  modify_unit("big_grizz", 7,   "move",  "D2") %>%
  modify_unit("big_grizz", 6,   "move",  "H5") %>%
  modify_unit("big_grizz", c(3, 5, 13, 22),   "control",  "H2") %>%
  modify_unit("big_grizz", c(8, 23),   "control",  "C5") %>%
  modify_unit("big_grizz", 9,   "control",  "F5") %>%
  modify_unit("big_grizz", c(10:12, 16),   "move",  c("B1", "B4")) %>%
  modify_unit("big_grizz", c(14:15, 19:21),   "move",  "C5") %>%
  modify_unit("eric",      c(1:6, 13:14, 8:11),   "move",  "E5") %>%
  modify_unit("eric",      7,     "move","E7") %>%
  modify_unit("eric",      12,     "move", c("F3", "F2")) %>%
  modify_unit("eric",      c(15, 16,18),     "move","I4") %>%
  modify_unit("eric",      17,   "control","I3") %>%
  modify_unit("eric",      19,   "control","G6") %>%
  modify_unit("eric",      20,   "move", c("E4", "E3")) %>%
  modify_unit("eric",      21,   "move", c("E1", "A8")) %>%
  modify_unit("eric",      c(22:24, 26),   "move","H2") %>%
  modify_unit("eric",      25,   "control","G8") %>%
  modify_unit("eric",      27,   "move", c("F7", "F5")) %>%
  modify_unit("eric",      28,   "move", c("H1", "H3")) %>%
  modify_unit("chris",     c(6),  "move","A4") %>%
  modify_unit("chris",     c(13),  "control","A2") %>%
  modify_unit("chris",     c(5, 12, 23),  "move","B2") %>%
  modify_unit("chris",     c(7, 8),  "control","A3") %>%
  modify_unit("chris",     1,  "move", c("A6", "A8")) %>%
  modify_unit("chris",     c(14),  "control","A6") %>%
  modify_unit("chris",     c(10, 24),  "move","A8") %>%
  modify_unit("chris",     c(3,17, 18, 22),  "move","B9") %>%
  modify_unit("chris",     c(9),  "control","A7") %>%
  modify_unit("chris",     2,  "move", "E1") %>%
  modify_unit("chris",     19,  "move", c("B11", "E1")) %>%
  modify_unit("chris",     21,  "move","B6") %>%
  modify_unit("chris",     4,  "move","B8") %>%
  modify_unit("chris",     15,  "move","B9") %>%
  modify_unit("chris",     20,  "move", c("B11", "E2")) %>%
  modify_unit("chris",     11,  "move","B7") %>%
  modify_unit("chris",     c(16, 25),  "control","A5") %>%
  reconcile_player_orders()
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.

Attempt to reconcile moves.

print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name passing_through CONFLICT!
chris A2 13 ripper_swarms control Giovanni Holt
chris A3 7 tyranid_warriors control Ryan Evans
chris A3 8 tyranid_warriors control Valeria Gray
chris A4 6 tyranid_warriors move Maxwell Paul
chris A5 16 hive_guard control Jonah Lopez
chris A5 25 tyrannocyte control Jon Favreau Mason
chris A6 14 ripper_swarms control Robert Nozick
chris A6 1 flying_hive_tryant move Norah Jones TRUE
chris A7 9 genestealers control Roman Andrews
chris A8 1 flying_hive_tryant move Norah Jones TRUE
chris A8 10 genestealers move Emery Becker TRUE
chris A8 24 biovores move Xavier Garcia TRUE
eric A8 21 canoptek_scarab_swarms move Gentlemen Mastermind TRUE
big_grizz B1 10 ravenwing_bike_squad move Shah Rukh Khan TRUE
big_grizz B1 11 ravenwing_attack_bike move Jean Simmons TRUE
big_grizz B1 12 ravenwing_attack_bike move Frank Welker TRUE
big_grizz B1 16 ravenwing_apothecary move Doris Day TRUE
chris B11 19 raveners move Anaximenes TRUE
chris B11 20 gargoyles move The Commander TRUE
chris B2 5 neurothrope move E-ratic RZA
chris B2 12 hormagaunts move Cooper Ortega
chris B2 23 biovores move Layla Walters
big_grizz B4 1 ravenwing_talonmaster move Vin Diesel
big_grizz B4 10 ravenwing_bike_squad move Shah Rukh Khan
big_grizz B4 11 ravenwing_attack_bike move Jean Simmons
big_grizz B4 12 ravenwing_attack_bike move Frank Welker
big_grizz B4 16 ravenwing_apothecary move Doris Day
chris B6 21 gargoyles move Will Smith
chris B7 11 termagants move Anna Foster
chris B8 4 broodlord move Michael Fine
chris B9 3 broodlord move Larry Butler
chris B9 15 ripper_swarms move Mila Klein
chris B9 17 maleceptor move King Chambers
chris B9 18 venomthropes move Madelyn Miranda
chris B9 22 exocrine move Nora Rogers
big_grizz C1 1 ravenwing_talonmaster move Vin Diesel TRUE
big_grizz C5 8 tactical_squad control Kenneth Oconnor
big_grizz C5 23 rhino control Mark Wahlberg
big_grizz C5 14 redemptor_dreadnought move Faith Carr
big_grizz C5 15 invictor_tactical_warsuit move Danger Mouse
big_grizz C5 19 vindicare_assassin move Marina A. Ledin, Victor Ledin
big_grizz C5 20 eliminators move Joanna Nickrenz
big_grizz C5 21 eradicators move Eva Zhang
big_grizz D2 7 tactical_squad move Hannah Green
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 4 phobos_librarian control Babyface & L.A. Reid
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
chris E1 2 flying_hive_tryant move Hugo Weaving TRUE
chris E1 19 raveners move Anaximenes TRUE
eric E1 21 canoptek_scarab_swarms move Gentlemen Mastermind TRUE TRUE
chris E2 20 gargoyles move The Commander
eric E3 20 canoptek_scarab_swarms move Midnight Killah
eric E4 20 canoptek_scarab_swarms move Midnight Killah TRUE
eric E5 1 trazyn_the_infinite move Claire Terry
eric E5 2 illuminor_szeras move Emilia Reynolds
eric E5 3 technomancer move Karl Jaspers
eric E5 4 lychgaurd move Nathan Maldonado
eric E5 5 skorpekh_destroyers move Alan Trujillo
eric E5 6 canoptek_plasmacyte move Mad Warrior
eric E5 8 canoptek_spyders move Sarkastik Dominator
eric E5 9 canoptek_spyders move Method Specialist
eric E5 10 cryptothralls move Genesis Mendez
eric E5 11 cryptothralls move Patrick Hanson
eric E5 13 canoptek_wraiths move Bob Bergen
eric E5 14 deathmarks move Bertrand Russell
eric E7 7 immortals move Everly Meyer
eric F2 12 canoptek_scarab_swarms move Cary Grant
eric F3 12 canoptek_scarab_swarms move Cary Grant TRUE
big_grizz F5 9 infiltrators control Isaac Marquez TRUE
eric F5 27 canoptek_scarab_swarms move Horseface Leader TRUE
eric F7 27 canoptek_scarab_swarms move Horseface Leader TRUE
eric G6 19 immortals control Leo Clarke
eric G8 25 immortals control Adam Lin
eric H1 28 canoptek_scarab_swarms move Andy Serkis TRUE
big_grizz H2 3 techmarine control Henry Sanchez TRUE
big_grizz H2 5 tactical_squad control Jason Logan TRUE
big_grizz H2 13 dreadnought control Laila Salazar TRUE
big_grizz H2 22 storm_raven control Bing Crosby TRUE
eric H2 22 night_scythe move Simon And Garfunkel TRUE
eric H2 23 overlord move Carlos Jimenez TRUE
eric H2 24 royal_warden move Elijah Carrillo TRUE
eric H2 26 necron_warriors move Hunter Freeman TRUE
eric H3 28 canoptek_scarab_swarms move Andy Serkis
big_grizz H5 6 tactical_squad move Daniela Watson
eric I3 17 royal_warden control Bailey Wade
eric I4 15 night_scythe move Lin-Manuel Miranda Powell
eric I4 16 overlord move Aaliyah Doyle
eric I4 18 necron_warriors move Lauren Romero

moves

# retreats
game <- game %>%
  modify_unit("eric", "F5",   "move","F8") %>%
  kill_unit("eric", 21) %>%
  modify_unit("eric", "H2",   "move","H3") %>%
  reconcile_player_orders()
## All units resolved.
print(draw_map(game, "GLOBAL"))
## Warning: Removed 1 rows containing missing values (geom_point).

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name
chris A2 13 ripper_swarms control Giovanni Holt
chris A3 7 tyranid_warriors control Ryan Evans
chris A3 8 tyranid_warriors control Valeria Gray
chris A4 6 tyranid_warriors move Maxwell Paul
chris A5 16 hive_guard control Jonah Lopez
chris A5 25 tyrannocyte control Jon Favreau Mason
chris A6 14 ripper_swarms control Robert Nozick
chris A7 9 genestealers control Roman Andrews
chris A8 1 flying_hive_tryant move Norah Jones
chris A8 10 genestealers move Emery Becker
chris A8 24 biovores move Xavier Garcia
chris B2 5 neurothrope move E-ratic RZA
chris B2 12 hormagaunts move Cooper Ortega
chris B2 23 biovores move Layla Walters
big_grizz B4 1 ravenwing_talonmaster move Vin Diesel
big_grizz B4 10 ravenwing_bike_squad move Shah Rukh Khan
big_grizz B4 11 ravenwing_attack_bike move Jean Simmons
big_grizz B4 12 ravenwing_attack_bike move Frank Welker
big_grizz B4 16 ravenwing_apothecary move Doris Day
chris B6 21 gargoyles move Will Smith
chris B7 11 termagants move Anna Foster
chris B8 4 broodlord move Michael Fine
chris B9 3 broodlord move Larry Butler
chris B9 15 ripper_swarms move Mila Klein
chris B9 17 maleceptor move King Chambers
chris B9 18 venomthropes move Madelyn Miranda
chris B9 22 exocrine move Nora Rogers
big_grizz C5 8 tactical_squad control Kenneth Oconnor
big_grizz C5 23 rhino control Mark Wahlberg
big_grizz C5 14 redemptor_dreadnought move Faith Carr
big_grizz C5 15 invictor_tactical_warsuit move Danger Mouse
big_grizz C5 19 vindicare_assassin move Marina A. Ledin, Victor Ledin
big_grizz C5 20 eliminators move Joanna Nickrenz
big_grizz C5 21 eradicators move Eva Zhang
big_grizz D2 7 tactical_squad move Hannah Green
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 4 phobos_librarian control Babyface & L.A. Reid
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
chris E1 2 flying_hive_tryant move Hugo Weaving
chris E1 19 raveners move Anaximenes
chris E2 20 gargoyles move The Commander
eric E3 20 canoptek_scarab_swarms move Midnight Killah
eric E5 1 trazyn_the_infinite move Claire Terry
eric E5 2 illuminor_szeras move Emilia Reynolds
eric E5 3 technomancer move Karl Jaspers
eric E5 4 lychgaurd move Nathan Maldonado
eric E5 5 skorpekh_destroyers move Alan Trujillo
eric E5 6 canoptek_plasmacyte move Mad Warrior
eric E5 8 canoptek_spyders move Sarkastik Dominator
eric E5 9 canoptek_spyders move Method Specialist
eric E5 10 cryptothralls move Genesis Mendez
eric E5 11 cryptothralls move Patrick Hanson
eric E5 13 canoptek_wraiths move Bob Bergen
eric E5 14 deathmarks move Bertrand Russell
eric E7 7 immortals move Everly Meyer
eric F2 12 canoptek_scarab_swarms move Cary Grant
big_grizz F5 9 infiltrators control Isaac Marquez
eric F8 27 canoptek_scarab_swarms move Horseface Leader
eric G6 19 immortals control Leo Clarke
eric G8 25 immortals control Adam Lin
big_grizz H2 3 techmarine control Henry Sanchez
big_grizz H2 5 tactical_squad control Jason Logan
big_grizz H2 13 dreadnought control Laila Salazar
big_grizz H2 22 storm_raven control Bing Crosby
eric H3 22 night_scythe move Simon And Garfunkel
eric H3 23 overlord move Carlos Jimenez
eric H3 24 royal_warden move Elijah Carrillo
eric H3 26 necron_warriors move Hunter Freeman
eric H3 28 canoptek_scarab_swarms move Andy Serkis
big_grizz H5 6 tactical_squad move Daniela Watson
eric I3 17 royal_warden control Bailey Wade
eric I4 15 night_scythe move Lin-Manuel Miranda Powell
eric I4 16 overlord move Aaliyah Doyle
eric I4 18 necron_warriors move Lauren Romero
eric NA 21 canoptek_scarab_swarms NA Gentlemen Mastermind

TURN 3

Players change their maps (making orders)

moves

game <- game %>%
  modify_unit("big_grizz", c(1, 10, 11, 12, 16),   "move",  c("B1", "B3")) %>%
  modify_unit("big_grizz", 7,   "control",  "D2") %>%
  modify_unit("big_grizz", 6,   "control",  "H5") %>%
  modify_unit("big_grizz", c(3, 5, 13, 22),   "move",  "H3") %>%
  modify_unit("big_grizz", c(8, 20, 21, 23),   "move",  "C3") %>%
  modify_unit("big_grizz", 9,   "sneak",  "C4") %>%
  modify_unit("big_grizz", c(4, 15, 19),   "sneak",  "C3") %>%
  modify_unit("big_grizz", 14,   "reinforce",  "C5") %>%
  
  modify_unit("eric", 1, "move",    "F3") %>%
  modify_unit("eric", 2, "move",    "F3") %>%
  modify_unit("eric", 3, "move",    "F4") %>%
  modify_unit("eric", 4, "move",    "F3") %>%
  modify_unit("eric", 5, "move",    "F3") %>%
  modify_unit("eric", 6, "move",    "F3") %>%
  modify_unit("eric", 7, "move",    "E5") %>%
  modify_unit("eric", 8, "move",    "F4") %>%
  modify_unit("eric", 9, "move",    "F3") %>%
  modify_unit("eric", 10, "move",   "F4") %>%
  modify_unit("eric", 11, "move",   "F3") %>%
  modify_unit("eric", 12, "move",   c("C3", "F7")) %>%
  modify_unit("eric", 13, "move",   "F3") %>%
  modify_unit("eric", 14, "sneak",  "E5") %>%
  modify_unit("eric", 15, "move",   "I5") %>%
  modify_unit("eric", 16, "move",   "I5") %>%
  modify_unit("eric", 17, "move",   "I4") %>%
  modify_unit("eric", 18, "control",    "I4") %>%
  modify_unit("eric", 19, "move",   "G9") %>%
  modify_unit("eric", 20, "move",   "E4") %>%
  modify_unit("eric", 21, "rejoin", "G7") %>%
  modify_unit("eric", 22, "move",   "H5") %>%
  modify_unit("eric", 23, "move",   "H5") %>%
  modify_unit("eric", 24, "move",   "H5") %>%
  modify_unit("eric", 25, "move",   "G10") %>%
  modify_unit("eric", 26, "move",   "H5") %>%
  modify_unit("eric", 27, "move",   "F7") %>%
  modify_unit("eric", 28, "reinforce",  "H3") %>%

  modify_unit("chris", c(20), "defend", "E2") %>%
  modify_unit("chris", c(5, 23), "defend", "B2") %>%
  modify_unit("chris", c(16, 25), "defend", "A5") %>%
  modify_unit("chris", 3, "sneak", "B11") %>%
  modify_unit("chris", c(1,17,18) , "move", "B11") %>%
  modify_unit("chris", 2, "move", "E2") %>%
  modify_unit("chris", c(4) , "sneak", "B2") %>%
  modify_unit("chris", c(7) , "move", "B2") %>%
  modify_unit("chris", 6, "move", "A1") %>%
  modify_unit("chris", 8, "move", "B5") %>%
  modify_unit("chris", 9, "sneak", "B9") %>%
  modify_unit("chris", c(10) , "sneak", "E1") %>%
  modify_unit("chris", c(24) , "move", "E1") %>%
  modify_unit("chris", 11, "control", "B7") %>%
  modify_unit("chris", 12, "control", "B2") %>%
  modify_unit("chris", 13, "move", "A4") %>%
  modify_unit("chris", 14, "move", "A8") %>%
  modify_unit("chris", 15, "control", "B9") %>%
  modify_unit("chris", 19, "move", "E3") %>%
  modify_unit("chris", 21, "move", "B3") %>%
  modify_unit("chris", 22, "move", "B7") %>%
  add_bridge("A8", "E1") %>%

  reconcile_player_orders()
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.

Attempt to reconcile moves.

print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name passing_through CONFLICT!
chris A1 6 tyranid_warriors move Maxwell Paul
chris A4 13 ripper_swarms move Giovanni Holt
chris A5 16 hive_guard defend Jonah Lopez
chris A5 25 tyrannocyte defend Jon Favreau Mason
chris A8 14 ripper_swarms move Robert Nozick
big_grizz B1 1 ravenwing_talonmaster move Vin Diesel TRUE
big_grizz B1 10 ravenwing_bike_squad move Shah Rukh Khan TRUE
big_grizz B1 11 ravenwing_attack_bike move Jean Simmons TRUE
big_grizz B1 12 ravenwing_attack_bike move Frank Welker TRUE
big_grizz B1 16 ravenwing_apothecary move Doris Day TRUE
chris B11 1 flying_hive_tryant move Norah Jones
chris B11 17 maleceptor move King Chambers
chris B11 18 venomthropes move Madelyn Miranda
chris B11 3 broodlord sneak Larry Butler
chris B2 12 hormagaunts control Cooper Ortega
chris B2 5 neurothrope defend E-ratic RZA
chris B2 23 biovores defend Layla Walters
chris B2 7 tyranid_warriors move Ryan Evans
chris B2 4 broodlord sneak Michael Fine
big_grizz B3 1 ravenwing_talonmaster move Vin Diesel TRUE
big_grizz B3 10 ravenwing_bike_squad move Shah Rukh Khan TRUE
big_grizz B3 11 ravenwing_attack_bike move Jean Simmons TRUE
big_grizz B3 12 ravenwing_attack_bike move Frank Welker TRUE
big_grizz B3 16 ravenwing_apothecary move Doris Day TRUE
chris B3 21 gargoyles move Will Smith TRUE
chris B5 8 tyranid_warriors move Valeria Gray
chris B7 11 termagants control Anna Foster
chris B7 22 exocrine move Nora Rogers
chris B9 15 ripper_swarms control Mila Klein
chris B9 9 genestealers sneak Roman Andrews
big_grizz C3 8 tactical_squad move Kenneth Oconnor TRUE
big_grizz C3 20 eliminators move Joanna Nickrenz TRUE
big_grizz C3 21 eradicators move Eva Zhang TRUE
big_grizz C3 23 rhino move Mark Wahlberg TRUE
big_grizz C3 4 phobos_librarian sneak Babyface & L.A. Reid TRUE
big_grizz C3 15 invictor_tactical_warsuit sneak Danger Mouse TRUE
big_grizz C3 19 vindicare_assassin sneak Marina A. Ledin, Victor Ledin TRUE
eric C3 12 canoptek_scarab_swarms move Cary Grant TRUE TRUE
big_grizz C4 9 infiltrators sneak Isaac Marquez
big_grizz C5 14 redemptor_dreadnought reinforce Faith Carr
big_grizz D2 7 tactical_squad control Hannah Green
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
chris E1 24 biovores move Xavier Garcia
chris E1 10 genestealers sneak Emery Becker
chris E2 20 gargoyles defend The Commander
chris E2 2 flying_hive_tryant move Hugo Weaving
chris E3 19 raveners move Anaximenes
eric E4 20 canoptek_scarab_swarms move Midnight Killah
eric E5 7 immortals move Everly Meyer
eric E5 14 deathmarks sneak Bertrand Russell
eric F3 1 trazyn_the_infinite move Claire Terry
eric F3 2 illuminor_szeras move Emilia Reynolds
eric F3 4 lychgaurd move Nathan Maldonado
eric F3 5 skorpekh_destroyers move Alan Trujillo
eric F3 6 canoptek_plasmacyte move Mad Warrior
eric F3 9 canoptek_spyders move Method Specialist
eric F3 11 cryptothralls move Patrick Hanson
eric F3 13 canoptek_wraiths move Bob Bergen
eric F4 3 technomancer move Karl Jaspers
eric F4 8 canoptek_spyders move Sarkastik Dominator
eric F4 10 cryptothralls move Genesis Mendez
eric F7 12 canoptek_scarab_swarms move Cary Grant
eric F7 27 canoptek_scarab_swarms move Horseface Leader
eric G10 25 immortals move Adam Lin
eric G7 21 canoptek_scarab_swarms rejoin Gentlemen Mastermind
eric G9 19 immortals move Leo Clarke
big_grizz H3 3 techmarine move Henry Sanchez TRUE
big_grizz H3 5 tactical_squad move Jason Logan TRUE
big_grizz H3 13 dreadnought move Laila Salazar TRUE
big_grizz H3 22 storm_raven move Bing Crosby TRUE
eric H3 28 canoptek_scarab_swarms reinforce Andy Serkis TRUE
big_grizz H5 6 tactical_squad control Daniela Watson TRUE
eric H5 22 night_scythe move Simon And Garfunkel TRUE
eric H5 23 overlord move Carlos Jimenez TRUE
eric H5 24 royal_warden move Elijah Carrillo TRUE
eric H5 26 necron_warriors move Hunter Freeman TRUE
eric I4 18 necron_warriors control Lauren Romero
eric I4 17 royal_warden move Bailey Wade
eric I5 15 night_scythe move Lin-Manuel Miranda Powell
eric I5 16 overlord move Aaliyah Doyle
# retreats
game <- game %>%
  modify_unit("chris",     "B3",  "move","B2") %>%
  modify_unit("eric", "C3",   "move",  "F3") %>%
  modify_unit("eric", "H5",   "move",  "H4") %>%
  modify_unit("eric", "H3",   "move",  "H1") %>%
  reconcile_player_orders()
## All units resolved.
print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name
chris A1 6 tyranid_warriors move Maxwell Paul
chris A4 13 ripper_swarms move Giovanni Holt
chris A5 16 hive_guard defend Jonah Lopez
chris A5 25 tyrannocyte defend Jon Favreau Mason
chris A8 14 ripper_swarms move Robert Nozick
chris B11 1 flying_hive_tryant move Norah Jones
chris B11 17 maleceptor move King Chambers
chris B11 18 venomthropes move Madelyn Miranda
chris B11 3 broodlord sneak Larry Butler
chris B2 12 hormagaunts control Cooper Ortega
chris B2 5 neurothrope defend E-ratic RZA
chris B2 23 biovores defend Layla Walters
chris B2 7 tyranid_warriors move Ryan Evans
chris B2 21 gargoyles move Will Smith
chris B2 4 broodlord sneak Michael Fine
big_grizz B3 1 ravenwing_talonmaster move Vin Diesel
big_grizz B3 10 ravenwing_bike_squad move Shah Rukh Khan
big_grizz B3 11 ravenwing_attack_bike move Jean Simmons
big_grizz B3 12 ravenwing_attack_bike move Frank Welker
big_grizz B3 16 ravenwing_apothecary move Doris Day
chris B5 8 tyranid_warriors move Valeria Gray
chris B7 11 termagants control Anna Foster
chris B7 22 exocrine move Nora Rogers
chris B9 15 ripper_swarms control Mila Klein
chris B9 9 genestealers sneak Roman Andrews
big_grizz C3 8 tactical_squad move Kenneth Oconnor
big_grizz C3 20 eliminators move Joanna Nickrenz
big_grizz C3 21 eradicators move Eva Zhang
big_grizz C3 23 rhino move Mark Wahlberg
big_grizz C3 4 phobos_librarian sneak Babyface & L.A. Reid
big_grizz C3 15 invictor_tactical_warsuit sneak Danger Mouse
big_grizz C3 19 vindicare_assassin sneak Marina A. Ledin, Victor Ledin
big_grizz C4 9 infiltrators sneak Isaac Marquez
big_grizz C5 14 redemptor_dreadnought reinforce Faith Carr
big_grizz D2 7 tactical_squad control Hannah Green
big_grizz D4 2 deathwing_captain control Robert Fisk
big_grizz D4 17 deathwing_terminators control Democritus
big_grizz D4 18 deathwing_knights control Jules Verne
chris E1 24 biovores move Xavier Garcia
chris E1 10 genestealers sneak Emery Becker
chris E2 20 gargoyles defend The Commander
chris E2 2 flying_hive_tryant move Hugo Weaving
chris E3 19 raveners move Anaximenes
eric E4 20 canoptek_scarab_swarms move Midnight Killah
eric E5 7 immortals move Everly Meyer
eric E5 14 deathmarks sneak Bertrand Russell
eric F3 1 trazyn_the_infinite move Claire Terry
eric F3 2 illuminor_szeras move Emilia Reynolds
eric F3 4 lychgaurd move Nathan Maldonado
eric F3 5 skorpekh_destroyers move Alan Trujillo
eric F3 6 canoptek_plasmacyte move Mad Warrior
eric F3 9 canoptek_spyders move Method Specialist
eric F3 11 cryptothralls move Patrick Hanson
eric F3 12 canoptek_scarab_swarms move Cary Grant
eric F3 13 canoptek_wraiths move Bob Bergen
eric F4 3 technomancer move Karl Jaspers
eric F4 8 canoptek_spyders move Sarkastik Dominator
eric F4 10 cryptothralls move Genesis Mendez
eric F7 27 canoptek_scarab_swarms move Horseface Leader
eric G10 25 immortals move Adam Lin
eric G7 21 canoptek_scarab_swarms rejoin Gentlemen Mastermind
eric G9 19 immortals move Leo Clarke
eric H1 28 canoptek_scarab_swarms move Andy Serkis
big_grizz H3 3 techmarine move Henry Sanchez
big_grizz H3 5 tactical_squad move Jason Logan
big_grizz H3 13 dreadnought move Laila Salazar
big_grizz H3 22 storm_raven move Bing Crosby
eric H4 22 night_scythe move Simon And Garfunkel
eric H4 23 overlord move Carlos Jimenez
eric H4 24 royal_warden move Elijah Carrillo
eric H4 26 necron_warriors move Hunter Freeman
big_grizz H5 6 tactical_squad control Daniela Watson
eric I4 18 necron_warriors control Lauren Romero
eric I4 17 royal_warden move Bailey Wade
eric I5 15 night_scythe move Lin-Manuel Miranda Powell
eric I5 16 overlord move Aaliyah Doyle

TURN 4

Players change their maps (making orders)

moves

game <- game %>%

  modify_unit("big_grizz", c(1, 10, 11, 12, 16),   "move",  c("B1", "B4")) %>%
  modify_unit("big_grizz", 7,   "move",  "D1") %>%
  modify_unit("big_grizz", 6,   "move",  "H6") %>%
  modify_unit("big_grizz", 5,   "control",  "H3") %>%
  modify_unit("big_grizz", c(3, 13, 22),   "move",  c("H3", "H4")) %>%
  modify_unit("big_grizz", c(8, 23),   "control",  "C3") %>%
  modify_unit("big_grizz", 21,   "move",  "F2") %>%
  modify_unit("big_grizz", 9,   "control",  "C4") %>%
  modify_unit("big_grizz", c(4, 15, 19, 20),   "sneak",  "F2") %>%
  modify_unit("big_grizz", 14,   "reinforce",  "C5") %>%
  modify_unit("big_grizz", 2,   "move",  "H2") %>%
  modify_unit("big_grizz", c(17, 18),   "move",  "H4") %>%
  
  modify_unit("eric",  1,  "move",          "E5") %>%
  modify_unit("eric",  2,  "move",          "E5") %>%
  modify_unit("eric",  3,  "move",          "E5") %>%
  modify_unit("eric",  4,  "move",          "E5") %>%
  modify_unit("eric",  5,  "move",          "E5") %>%
  modify_unit("eric",  6,  "move",          "E5") %>%
  modify_unit("eric",  7,  "control",       "E5") %>%
  modify_unit("eric",  8,  "move",          "E5") %>%
  modify_unit("eric",  9,  "move",          "E5") %>%
  modify_unit("eric",  10,  "move",         "E5") %>%
  modify_unit("eric",  11,  "move",         "E5") %>%
  modify_unit("eric",  12,  "move",         "E5") %>%
  modify_unit("eric",  13,  "move",         "E5") %>%
  modify_unit("eric",  14,  "move",         "E5") %>%
  modify_unit("eric",  15,  "soar",        c("I5S", "H6S", "H6")) %>%
  modify_unit("eric",  16,  "soar",        c("I5S", "H6S", "H6")) %>%
  modify_unit("eric",  17,  "soar",        c("I4S", "H6S", "H6")) %>%
  modify_unit("eric",  18,  "soar",        c("I4S", "H6S", "H6")) %>%
  modify_unit("eric",  19,  "control",      "G9") %>%
  modify_unit("eric",  20,  "reinforce",    "E4") %>%
  modify_unit("eric",  21,  "move",         c("G8", "H4")) %>%
  modify_unit("eric",  22,  "reinforce",    "H4") %>%
  modify_unit("eric",  23,  "reinforce",    "H4") %>%
  modify_unit("eric",  24,  "reinforce",    "H4") %>%
  modify_unit("eric",  25,  "control",      "G10") %>%
  modify_unit("eric",  26,  "control",      "H4") %>%
  modify_unit("eric",  27,  "reinforce",    "F7") %>%
  modify_unit("eric",  28,  "reinforce",    "H1") %>%

  reconcile_player_orders()
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
print(draw_map(game, "GLOBAL"))

print_map_df(game, "GLOBAL")
player loc unit_id unit_type action unit_name passing_through CONFLICT!
chris A1 6 tyranid_warriors move Maxwell Paul
chris A4 13 ripper_swarms move Giovanni Holt
chris A5 16 hive_guard defend Jonah Lopez
chris A5 25 tyrannocyte defend Jon Favreau Mason
chris A8 14 ripper_swarms move Robert Nozick
big_grizz B1 1 ravenwing_talonmaster move Vin Diesel TRUE
big_grizz B1 10 ravenwing_bike_squad move Shah Rukh Khan TRUE
big_grizz B1 11 ravenwing_attack_bike move Jean Simmons TRUE
big_grizz B1 12 ravenwing_attack_bike move Frank Welker TRUE
big_grizz B1 16 ravenwing_apothecary move Doris Day TRUE
chris B11 1 flying_hive_tryant move Norah Jones
chris B11 17 maleceptor move King Chambers
chris B11 18 venomthropes move Madelyn Miranda
chris B11 3 broodlord sneak Larry Butler
chris B2 12 hormagaunts control Cooper Ortega
chris B2 5 neurothrope defend E-ratic RZA
chris B2 23 biovores defend Layla Walters
chris B2 7 tyranid_warriors move Ryan Evans
chris B2 21 gargoyles move Will Smith
chris B2 4 broodlord sneak Michael Fine
big_grizz B4 1 ravenwing_talonmaster move Vin Diesel
big_grizz B4 10 ravenwing_bike_squad move Shah Rukh Khan
big_grizz B4 11 ravenwing_attack_bike move Jean Simmons
big_grizz B4 12 ravenwing_attack_bike move Frank Welker
big_grizz B4 16 ravenwing_apothecary move Doris Day
chris B5 8 tyranid_warriors move Valeria Gray
chris B7 11 termagants control Anna Foster
chris B7 22 exocrine move Nora Rogers
chris B9 15 ripper_swarms control Mila Klein
chris B9 9 genestealers sneak Roman Andrews
big_grizz C3 8 tactical_squad control Kenneth Oconnor
big_grizz C3 23 rhino control Mark Wahlberg
big_grizz C4 9 infiltrators control Isaac Marquez
big_grizz C5 14 redemptor_dreadnought reinforce Faith Carr
big_grizz D1 7 tactical_squad move Hannah Green
chris E1 24 biovores move Xavier Garcia
chris E1 10 genestealers sneak Emery Becker
chris E2 20 gargoyles defend The Commander
chris E2 2 flying_hive_tryant move Hugo Weaving
chris E3 19 raveners move Anaximenes
eric E4 20 canoptek_scarab_swarms reinforce Midnight Killah
eric E5 7 immortals control Everly Meyer
eric E5 1 trazyn_the_infinite move Claire Terry
eric E5 2 illuminor_szeras move Emilia Reynolds
eric E5 3 technomancer move Karl Jaspers
eric E5 4 lychgaurd move Nathan Maldonado
eric E5 5 skorpekh_destroyers move Alan Trujillo
eric E5 6 canoptek_plasmacyte move Mad Warrior
eric E5 8 canoptek_spyders move Sarkastik Dominator
eric E5 9 canoptek_spyders move Method Specialist
eric E5 10 cryptothralls move Genesis Mendez
eric E5 11 cryptothralls move Patrick Hanson
eric E5 12 canoptek_scarab_swarms move Cary Grant
eric E5 13 canoptek_wraiths move Bob Bergen
eric E5 14 deathmarks move Bertrand Russell
big_grizz F2 21 eradicators move Eva Zhang
big_grizz F2 4 phobos_librarian sneak Babyface & L.A. Reid
big_grizz F2 15 invictor_tactical_warsuit sneak Danger Mouse
big_grizz F2 19 vindicare_assassin sneak Marina A. Ledin, Victor Ledin
big_grizz F2 20 eliminators sneak Joanna Nickrenz
eric F7 27 canoptek_scarab_swarms reinforce Horseface Leader
eric G10 25 immortals control Adam Lin
eric G8 21 canoptek_scarab_swarms move Gentlemen Mastermind TRUE
eric G9 19 immortals control Leo Clarke
eric H1 28 canoptek_scarab_swarms reinforce Andy Serkis
big_grizz H2 2 deathwing_captain move Robert Fisk
big_grizz H3 5 tactical_squad control Jason Logan
big_grizz H3 3 techmarine move Henry Sanchez TRUE
big_grizz H3 13 dreadnought move Laila Salazar TRUE
big_grizz H3 22 storm_raven move Bing Crosby TRUE
big_grizz H4 3 techmarine move Henry Sanchez TRUE
big_grizz H4 13 dreadnought move Laila Salazar TRUE
big_grizz H4 17 deathwing_terminators move Democritus TRUE
big_grizz H4 18 deathwing_knights move Jules Verne TRUE
big_grizz H4 22 storm_raven move Bing Crosby TRUE
eric H4 26 necron_warriors control Hunter Freeman TRUE
eric H4 21 canoptek_scarab_swarms move Gentlemen Mastermind TRUE
eric H4 22 night_scythe reinforce Simon And Garfunkel TRUE
eric H4 23 overlord reinforce Carlos Jimenez TRUE
eric H4 24 royal_warden reinforce Elijah Carrillo TRUE
big_grizz H6 6 tactical_squad move Daniela Watson TRUE
eric H6 15 night_scythe soar Lin-Manuel Miranda Powell TRUE
eric H6 16 overlord soar Aaliyah Doyle TRUE
eric H6 17 royal_warden soar Bailey Wade TRUE
eric H6 18 necron_warriors soar Lauren Romero TRUE
eric H6S 15 night_scythe soar Lin-Manuel Miranda Powell TRUE
eric H6S 16 overlord soar Aaliyah Doyle TRUE
eric H6S 17 royal_warden soar Bailey Wade TRUE
eric H6S 18 necron_warriors soar Lauren Romero TRUE
eric I4S 17 royal_warden soar Bailey Wade TRUE
eric I4S 18 necron_warriors soar Lauren Romero TRUE
eric I5S 15 night_scythe soar Lin-Manuel Miranda Powell TRUE
eric I5S 16 overlord soar Aaliyah Doyle TRUE

Discussion Notes

Hash: 42d757de56b58eb44d13fb0a6cfe5075